Improve ChangeLog
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 21 Mar 2006 00:21:03 +0000 (00:21 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 21 Mar 2006 00:21:03 +0000 (00:21 +0000)
ChangeLog
ChangeLog.pre-2-10

index 2c099fbf5a4c00939c1076a105225a129a69814d..f3a489dac5172c9d69d15baf210bb3fa557a2b22 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,9 @@
 
        * gtk/gtknotebook.c (gtk_notebook_remove_tab_label): Don't leave
        page->tab_label dangling.
-       (gtk_notebook_real_remove): Use GTK_IN_DESTRUCTION.
+       (gtk_notebook_real_remove): Use GTK_IN_DESTRUCTION to determine
+       if we are being called during destruction of the notebook, rather
+       than maintaining that information as a passed-in parameter.
        (gtk_notebook_destroy): Leave the removal of the children
        to the container destroy method.  (#319032, Yevgen Muntyan)
 
index 2c099fbf5a4c00939c1076a105225a129a69814d..f3a489dac5172c9d69d15baf210bb3fa557a2b22 100644 (file)
@@ -2,7 +2,9 @@
 
        * gtk/gtknotebook.c (gtk_notebook_remove_tab_label): Don't leave
        page->tab_label dangling.
-       (gtk_notebook_real_remove): Use GTK_IN_DESTRUCTION.
+       (gtk_notebook_real_remove): Use GTK_IN_DESTRUCTION to determine
+       if we are being called during destruction of the notebook, rather
+       than maintaining that information as a passed-in parameter.
        (gtk_notebook_destroy): Leave the removal of the children
        to the container destroy method.  (#319032, Yevgen Muntyan)